
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>






<base href="" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="renderer" content="webkit">
<meta name="force-rendering" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> 
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="Cache" content="no-cache">
<meta name="referrer" content="always">
<meta name="referer" content="always">

<!--  css -->
<link href="/static/css/base.css" rel="stylesheet" />
<link href="/static/plugins/layui/css/layui.css" rel="stylesheet" media="all"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>错误404</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<style type="text/css">
	a { color:green}
	a:link { text-decoration: none; }
	a:visited { text-decoration: none; }
	a:hover { text-decoration: none; color:blue;}
	a:active { text-decoration: none; }
</style>
</head>
<body style="color: #444; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #fff;">
	<div style="height:auto; min-height:100%; ">
		<div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 20%; left:50%;">
			<h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">404</h1>
			<h2 style="margin-top: 20px;font-size: 30px;">页面没找到</h2>
			<p style="margin-top: 20px; font-size: 20px; width: 100%; text-align: center;"><span id="seconds">3</span>秒后将为您跳转到首页...</p>
		</div>
	</div>
	<script type="text/javascript">
		var randUrl = '/';
		var secondElem = document.getElementById('seconds');
		var seconds = secondElem.textContent;
		var timedFun = function() {
			if (seconds > 1) {
				secondElem.textContent = --seconds;
				setTimeout(function() {
					timedFun();
				},
				1000);
			} else {
				location.href = randUrl;
			}
		};
		setTimeout(function() {
			timedFun();
		},1000);
	</script>
</body>
</html>